home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.2 for Intel / NeXTSTEP 3.2 for Intel.iso / NextApps / Mail.app / English.lproj / FileSystemError.strings < prev    next >
Encoding:
Text File  |  1992-02-05  |  2.1 KB  |  100 lines

  1. /* File System Errors */
  2.  
  3. "Unable to %s %s. ";
  4. "Unable to open directory: %s. ";
  5.  
  6.  
  7. "open";
  8. "close";
  9. "write";
  10. "read";
  11. "unlink";
  12. "stat";
  13. "lock";
  14. "flush";
  15. "sync";
  16. "truncate";
  17. "access";
  18.  
  19. " File system error: ";
  20.  
  21. "Not owner";
  22. "No such file or directory";
  23. "No such process";
  24. "Interrupted system call";
  25. "I/O error";
  26. "No such device or address";
  27. "Arg list too long";
  28. "Exec format error";
  29. "Bad file number";
  30. "No children";
  31. "No more processes";
  32. "Not enough core";
  33. "Permission denied";
  34. "Bad address";
  35. "Block device required";
  36. "Mount device busy";
  37. "File exists";
  38. "Cross-device link";
  39. "No such device";
  40. "Not a directory";
  41. "Is a directory";
  42. "Invalid argument";
  43. "File table overflow";
  44. "Too many open files";
  45. "Not a typewriter";
  46. "Text file busy";
  47. "File too large";
  48. "No space left on device";
  49. "Illegal seek";
  50. "Read-only file system";
  51. "Too many links";
  52. "Broken pipe";
  53. "Argument too large";
  54. "Result too large";
  55. "Operation would block";
  56. "Operation now in progress";
  57. "Operation already in progress";
  58. "Socket operation on non-socket";
  59. "Destination address required";
  60. "Message too long";
  61. "Protocol wrong type for socket";
  62. "Protocol not available";
  63. "Protocol not supported";
  64. "Socket type not supported";
  65. "Operation not supported on socket";
  66. "Protocol family not supported";
  67. "Address family not supported by protocol family";
  68. "Address already in use";
  69. "Can't assign requested address";
  70. "Network is down";
  71. "Network is unreachable";
  72. "Network dropped connection on reset";
  73. "Software caused connection abort";
  74. "Connection reset by peer";
  75. "No buffer space available";
  76. "Socket is already connected";
  77. "Socket is not connected";
  78. "Can't send after socket shutdown";
  79. "Too many references : can't splice";
  80. "Connection timed out";
  81. "Connection refused";
  82. "Too many levels of symbolic links";
  83. "File name too long";
  84. "Host is down";
  85. "No route to host";
  86. "Directory not empty";
  87. "Too many processes";
  88. "Too many users";
  89. "Disc quota exceeded";
  90. "Stale NFS file handle";
  91. "Too many levels of remote in path";
  92. "Device is not a stream";
  93. "Timer expired";
  94. "Out of streams resources";
  95. "No message of desired type";
  96. "Trying to read unreadable message";
  97. "Identifier removed";
  98. "Deadlock condition";
  99. "No record locks available";
  100.